home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / brklyprl.lha / Comp / checkprolog < prev    next >
Encoding:
Text File  |  1989-04-14  |  143 b   |  7 lines

  1. #! /bin/csh -f
  2. if (! -e $1) then
  3.     echo "you should have Quintus Prolog to compile this program"
  4.     echo "or something equivalent"
  5.     exit -1
  6. endif
  7.